home *** CD-ROM | disk | FTP | other *** search
- 0 print"[147]":poke53280,6:poke53281,0
- 1 rem ==================================
- 2 rem commodares problem #52-2 :
- 3 rem time clock
- 4 rem solution by
- 5 rem jim borden
- 6 rem ==================================
- 10 input "minutes pay";mn: hr=int(mn/15+.5)/4: m=(hr-int(hr))*4
- 20 print"payroll time = "int(hr);m"[157]/4 hours.": if mn>0 goto 10
-